LassoScript Utility
Basics Browse Detail

[Email_POP->LastError]

Tag Link [Email_POP->LastError] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Email_POP->LastError] returns a pair contains the last command that was sent to the remote server and generated an error and the response from the server. This can be useful for debugging a POP session.

Syntax

[Var: 'myPOP' = (Email_POP: -Host='mail.example.com', -Username='Example', -Password='Example')]
[Iterate: $myPOP, (Var: 'UniqueID')]

[$myPOP->(Delete)]
...
[/Iterate]
[$myPOP->Close]
[$myPOP->LastError]

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.